Logo 
Search:

Search

 
Search:    
 

Resource TypePosted On
XmlSerializer is throwing a generic "There was an error reflecting MyClass" erro...Dec 11
Why am I getting an InvalidOperationException when I serialize an ArrayList?Dec 13
Why is XmlSerializer so slow?Jan 04
What's the problem with .NET generics?Dec 22
Are C# generics the same as C++ templates?Jan 18
When should I throw an exception?Oct 07
Does C# have a 'throws' clause?Nov 28
Assume that there is no logic error. Identify if there is any declaration error:...Mar 03
Find if the following function prototype contains any error: double area(int ) Dec 02
Identify if any error in the following code segmentJan 04
Identify the error, if any: char str_name ‘a‘;Nov 21
How can I find out what the garbage collector is doing?Sep 08
What must be done after closing a cursor to return memory? Dec 21
I want to serialize instances of my class. Should I use XmlSerializer, SoapForma...Mar 20
Which of the following statement defines more than one generic data type in a cl...Apr 08
What types of object can I throw as exceptions?Dec 14
What happens when the try block does not throw any exception?May 10
What will happen if an error is not handled? - Select optionNov 21
What will be the output of the code mentioned in description if there is no comp...Jul 07
Mentioned code will not compile. Identify which line should be changed to fix th...Oct 27
Why do I get errors when I try to serialize a Hashtable?Dec 03
Which error occur due to poor understanding of the language? - Select optionDec 13
Identify the error, if any: double avg=tot/n; in this statementFeb 15